Class org.omg.CORBA.AnyHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.AnyHolder
java.lang.Object
|
+----org.omg.CORBA.AnyHolder
- public final class AnyHolder
- extends Object
A Holder class for Anys for use with out and inout IDL parameters.
-
value
-
The Any value held by the AnyHolder
-
AnyHolder()
-
Constructs a new AnyHolder.
-
AnyHolder(Any)
-
Constructs a new AnyHolder for the given Any object.
value
public Any value
- The Any value held by the AnyHolder
AnyHolder
public AnyHolder()
- Constructs a new AnyHolder.
AnyHolder
public AnyHolder(Any initial)
- Constructs a new AnyHolder for the given Any object.
- Parameters:
- initial - the Any used to initialize the AnyHolder value
All Packages Class Hierarchy This Package Previous Next Index